home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Gfx
/
Edit
/
TSMorph
/
src
/
brush
/
Prev.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-30
|
668b
|
60 lines
#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/Prev.brush */
static UWORD __chip prev_data[60] = // note twice the actual size
{
/* Plane 0 */
0x0000,
0x0002,
0x0002,
0x0002,
0x0102,
0x0302,
0x07F2,
0x0FF2,
0x07F2,
0x0302,
0x0102,
0x0002,
0x0002,
0x0002,
0x7FFE,
/* Plane 1 */
0xFFFE,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000
};
struct Image prev_im =
{
0,0,
15,15,
2,
&prev_data[0],
0x03,0x0,
NULL
};
struct Image prev_imx =
{
0,0,
15,15,
2,
&prev_data[30],
0x03,0x0,
NULL
};